home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
frame_16
/
PlaceObject2_463_92
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
190 b
|
12 lines
onClipEvent(enterFrame){
if(active == true)
{
this._x += 1;
this._alpha -= 3;
if(this._alpha <= 0)
{
this.removeMovieClip();
}
}
}